home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spawn Figure Collection
/
spawn collection cd.iso
/
movies
/
goods.dir
/
00080_Script_80
< prev
next >
Wrap
Text File
|
1998-01-14
|
228b
|
12 lines
on StButton
repeat with t = 5 to 7
set the puppet of sprite(t) to TRUE
if rollOver(t) then
set the blend of sprite(t) to 100
else
set the blend of sprite(t) to 0
end if
end repeat
end